Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the "limit" modifier for binding #2051

Merged
merged 1 commit into from
Oct 19, 2024
Merged

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Oct 19, 2024

Sometimes a user wants to map/bind procs by an object type, but needs to limit the number of procs bound to any particular object to some arbitrary number (i.e., not the number of available CPUs on the object). Example might be to map/bind to a cache level, but limit the number of procs on any given cache to some smaller number before moving to the next cache.

Docs were updated to explain this in a prior commit.

Sometimes a user wants to map/bind procs by an object type,
but needs to limit the number of procs bound to any particular
object to some arbitrary number (i.e., not the number of
available CPUs on the object). Example might be to map/bind
to a cache level, but limit the number of procs on any given
cache to some smaller number before moving to the next cache.

Docs were updated to explain this in a prior commit.

Signed-off-by: Ralph Castain <[email protected]>
@rhc54 rhc54 merged commit 30ce690 into openpmix:master Oct 19, 2024
13 checks passed
@rhc54 rhc54 deleted the topic/edgar branch October 19, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant